ShowGroupPanel<T>(MultiRowBuilder<T>,String) Method
Apply the default FlexGridGroupPanel extender in FlexGrid.
[Extension()]
public static MultiRowBuilder<T> ShowGroupPanel<>(
MultiRowBuilder<T> ,
string
)
'Declaration
<ExtensionAttribute()>
Public Overloads Shared Function ShowGroupPanel(Of )( _
ByVal As MultiRowBuilder(Of T), _
Optional ByVal As String _
) As MultiRowBuilder(Of T)
Parameters
- gridBuilder
- The specified FlexGrid builder.
- selector
- The specified selector for the FlexGridGroupPanel's host element.
Type Parameters
- T
- The data record type.
Return Value
The MultiRow builder.